- byte-code program
- программа в байт-коде
English-Russian electronics dictionary .
English-Russian electronics dictionary .
Code page — is another term for character encoding. It consists of a table of values that describes the character set for a particular language. The term code page originated from IBM s EBCDIC based mainframe systems,[1] but many vendors use this term… … Wikipedia
Program stream — (PS or MPEG PS) is a container format for multiplexing digital audio, video and more. The PS format is specified in MPEG 1 Systems and MPEG 2 Part 1, Systems (ISO/IEC standard [http://neuron2.net/library/mpeg2/iso13818 1.pdf 13818 1] ). Program… … Wikipedia
Program Segment Prefix — Als Programmsegmentpräfix (engl. Program Segment Prefix, PSP) bezeichnet man die ersten 256 Byte eines von MS DOS geladenen Programmes. Das PSP ist nicht in den ausführbaren Exe oder Com Dateien enthalten, sondern wird beim Laden des Programmes… … Deutsch Wikipedia
Program Segment Prefix — The Program Segment Prefix (PSP) is a data structure used in DOS systems to store the state of a program.It has the following structure:The PSP is most often used to get the command line arguments of a DOS program, for example the command foo.exe … Wikipedia
P-code machine — In computer programming, a p code machine or pseudo code machine is a specification of a CPU whose instructions are expected to be executed in software rather than in hardware (ie, interpreted). This term is applied both generically to all such… … Wikipedia
Self-modifying code — In computer science, self modifying code is code that alters its own instructions, intentionally or otherwise, while it is executing.Self modifying code is quite straightforward to write when using assembly language (taking into account the CPU… … Wikipedia
p-code machine — In computer programming, a p code machine, or portable code machine[citation needed] is a virtual machine designed to execute p code (the assembly language of a hypothetical CPU). This term is applied both generically to all such machines (such… … Wikipedia
Brevity code — Contents 1 American/NATO codes 1.1 A 1.2 B 1.3 C … Wikipedia
Threaded code — Not to be confused with multi threaded programming. In computer science, the term threaded code refers to a compiler implementation technique where the generated code has a form that essentially consists entirely of calls to subroutines. The code … Wikipedia
Flag byte — A flag byte is a generic term for a byte used to indicate conditions within a binary computer. In particular, the byte can be used to show up to 8 discrete conditions. Essentially, each bit represents one flag, capable of showing two states.… … Wikipedia
P-Code — ist der Befehlssatz einer Pseudo Maschine (oder P Maschine), also einer virtuellen CPU, die P Code als Maschinensprache ausführt. Der P Code war ein Computer bzw. CPU unabhängiger Code und war Teil der Entwicklungsumgebung UCSD Pascal. Die… … Deutsch Wikipedia